Skip to content

Change type of csvimport_import.comment to LONGTEXT#232

Open
jajm wants to merge 2 commits intoomeka-s-modules:developfrom
biblibre:issue-231
Open

Change type of csvimport_import.comment to LONGTEXT#232
jajm wants to merge 2 commits intoomeka-s-modules:developfrom
biblibre:issue-231

Conversation

@jajm
Copy link

@jajm jajm commented Feb 24, 2026

Fixes #231

@zerocrates
Copy link
Contributor

Just curious, what kind of comment were you trying to set that was so long?

On your fix, a problem: your upgrade code doesn't match your install code: the install is DEFAULT NULL and your upgrade is NOT NULL. You want DEFAULT NULL in the upgrade also.

@jajm
Copy link
Author

jajm commented Feb 27, 2026

It was some notes about how the CSV was generated. One of our clients is currently testing the module and they are using the notes to remember what they did.

Thanks for the review. I'll fix it right away

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Comments longer than 255 characters makes the import process crash at the end

2 participants